home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / dfue / elcheapofax / faxcmd / libfax / rcs / send.h,v < prev    next >
Text File  |  1995-03-09  |  1KB  |  100 lines

  1. head    1.3;
  2. access;
  3. symbols
  4.     OCT93:1.3;
  5. locks;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.3
  10. date    93.09.18.20.16.23;    author Rhialto;    state Exp;
  11. branches;
  12. next    1.2;
  13.  
  14. 1.2
  15. date    93.06.11.16.15.25;    author Rhialto;    state Exp;
  16. branches;
  17. next    1.1;
  18.  
  19. 1.1
  20. date    93.06.11.15.19.27;    author Rhialto;    state Exp;
  21. branches;
  22. next    ;
  23.  
  24.  
  25. desc
  26. @Prototypes for send.c
  27. @
  28.  
  29.  
  30. 1.3
  31. log
  32. @Unconditional prototypes.
  33. @
  34. text
  35. @/* $Id: send.h,v 1.2 1993/06/11 16:15:25 Rhialto Exp $
  36.  * $Log: send.h,v $
  37.  * Revision 1.2  1993/06/11  16:15:25  Rhialto
  38.  * First real RCS checkin
  39.  *
  40.  */
  41. /*
  42.   send.h
  43.  
  44.   (c) Copyright 1991 by David M. Siegel.
  45.       All rights reserved.
  46.  
  47.   %W% %G% %U%
  48. */
  49.  
  50. #ifndef in_libfax_send_h
  51. #define in_libfax_send_h 1
  52.  
  53. /*
  54.   Prototypes:
  55. */
  56.  
  57. int faxmodem_initiate_call(FaxModem *f, char *dialstring);
  58. int faxmodem_send_page(FaxModem *f, int fd, int last_page, int tries);
  59.  
  60. #endif
  61. @
  62.  
  63.  
  64. 1.2
  65. log
  66. @First real RCS checkin
  67. @
  68. text
  69. @d1 5
  70. a5 2
  71. /* $Id$
  72.  * $Log$
  73. d23 2
  74. a24 15
  75. int faxmodem_initiate_call(
  76. #ifdef _PROTO
  77.      FaxModem *f,
  78.      char *dialstring
  79. #endif
  80. );
  81.  
  82. int faxmodem_send_page(
  83. #ifdef _PROTO
  84.      FaxModem *f,
  85.      int fd,
  86.      int last_page,
  87.      int tries
  88. #endif
  89. );
  90. @
  91.  
  92.  
  93. 1.1
  94. log
  95. @Initial revision
  96. @
  97. text
  98. @d1 3
  99. @
  100.